Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

How to make your first widget in OpenERP/Odoo ?

The initial demonstration module already provides a basic widget: For example code look like below. local.HomePage = instance.Widget.extend({ start: function() { console.log("pet store home page loaded"); }, }); It extend...

How to use widget parents and Children in OpenERP/Odoo ?

If you want to widget parents and Children in OpenERP(Odoo) follow the below mentioned code and paste it in your wizard .js file: local.HomePage = instance.Widget.extend({ start: function() { var greeting = new local.GreetingsWi...
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: